home *** CD-ROM | disk | FTP | other *** search
/ Aminet 41 / Aminet 41 (2001)(Schatztruhe)[!][Feb 2001].iso / Aminet / util / sys / InstallerNG.lha / InstallerNG / developer / include / proto / installerngmodule.h < prev   
C/C++ Source or Header  |  2000-06-11  |  321b  |  18 lines

  1. #ifndef PROTO_INSTALLERNGMODULE_H
  2. #define PROTO_INSTALLERNGMODULE_H
  3.  
  4. /*
  5. **  $VER: installerngmodule.h 37.0 (11.06.2000)
  6. **  (C) by Jens Tröger
  7. **
  8. */
  9.  
  10. #include <exec/types.h>
  11.  
  12. extern struct Library *InstallerNGModuleBase ;
  13.  
  14. #include <clib/installerngmodule_protos.h>
  15. #include <pragmas/installerngmodule_pragmas.h>
  16.  
  17. #endif
  18.